home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 015 / prnter_2.arc / NECPRTSC.DOC < prev    next >
Text File  |  1983-06-30  |  2KB  |  42 lines

  1.                NECPRTSC by Dan O'Brien
  2.                (version 1.2)
  3.  
  4.      NECPRTSC.COM is a driver that allows the NEC 8023
  5.      dot matrix printer to print the Shft-PrtSc screen
  6.      print sequence. Without this driver the NEC prints
  7.      the entire screen on a single line. (This, no doubt,
  8.      saves paper, but is not very useful.)
  9.  
  10.      The default print mode for the NEC is called logic
  11.      seeking mode where the data is queued in its
  12.      internal 2k buffer. (This mode prints output very
  13.      fast.) In this mode, the printer requires a carriage
  14.      return followed by a line feed to signal that a new
  15.      line is required in the output text. Unfortunetly,
  16.      the IBM ROM BIOS for screen print sends a line feed
  17.      followed by a carriage return sequence. Thus, the NEC
  18.      fails to skip to a new line. Therefore, this driver was
  19.      written.
  20.  
  21.      NECPRTSC is based on the IBM ROM BIOS for screen
  22.      print (INT 5). (See Tech. Ref. A-79) It is nearly an
  23.      exact copy, except for the CR-LF sequence instead of LF-CR.
  24.      The ROM was disassembled using DEBUG with the output
  25.      redirected to a file using this DOS 2.0 feature.
  26.      To use the driver, issue NECPRTSC in your autoexec.bat
  27.      file, once. NECPRTSC will set up the INT 5 vector and then
  28.      attach itself as part of DOS. It produces no messages.
  29.      The only way to detect its presents is to issue Shft-PrtSc
  30.      and watch it work. Try it before you put it in your AUTOEXEC.BAT
  31.      to make sure it works.
  32.  
  33.      A new feature of NECPRTSC (version 1.2) is that it translates
  34.      the screen characters, where possible, into equivalent or
  35.      nearly equivalent NEC 8023 characters. Thus, you will see on
  36.      the printed page a close approximation of the screen.
  37.  
  38.      Comments and suggestions are welcome. They may be
  39.      left on the PCmodem BBS (Gene Plantz') at  312 259-8086.
  40.      Leave messages for DAN OBRIEN (no apostrophe). Have fun.
  41.  
  42.